Vcenter NamespaceManagement Networks Nsx Projects Info

Vcenter NamespaceManagement Networks Nsx Projects Info
Vcenter NamespaceManagement Networks Nsx Projects Info

The Vcenter NamespaceManagement Networks Nsx Projects Info schema contains information about an NSX Project.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "project": "string",
    "name": "string",
    "description": "string",
    "nsx_path": "string",
    "gateways": [
        {
            "nsx_gateway_path": "string",
            "nsx_gateway_name": "string"
        }
    ],
    "edge_clusters": [
        {
            "edge_cluster_path": "string",
            "edge_cluster_name": "string"
        }
    ],
    "external_ipv4_blocks": [
        {
            "path": "string",
            "name": "string",
            "cidr": {
                "address": "string",
                "prefix": 0
            },
            "cidrs": [
                {
                    "address": "string",
                    "prefix": 0
                }
            ],
            "ranges": [
                {
                    "address": "string",
                    "count": 0
                }
            ],
            "available_ip_ranges": [
                {
                    "address": "string",
                    "count": 0
                }
            ],
            "cidr_usages": [
                {
                    "cidr": "string",
                    "available_ip_ranges": [
                        {
                            "address": "string",
                            "count": 0
                        }
                    ]
                }
            ],
            "range_usages": [
                {
                    "ip_range": "string",
                    "available_ip_ranges": [
                        {
                            "address": "string",
                            "count": 0
                        }
                    ]
                }
            ],
            "used_ip_count": 0,
            "available_ip_count": 0
        }
    ],
    "default_project": false,
    "vpc_connectivity_profiles": [
        {
            "profile": "string",
            "name": "string",
            "nsx_path": "string"
        }
    ]
}
string
project
Required  

Identifier of the Project.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXProject. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXProject.

string
name
Required  

Name of the Project.

This property was added in vSphere API 9.0.0.0.

string
description
Required  

Description of the Project.

This property was added in vSphere API 9.0.0.0.

string
nsx_path
Required  

NSX path of the Project.

This property was added in vSphere API 9.0.0.0.

gateways
Required  

List of NSX Tier0 or Tier0-VRF gateways currently configured with the project.

This property was added in vSphere API 9.0.0.0.

edge_clusters
Required  

List of NSX Edge Clusters currently configured with the project.

This property was added in vSphere API 9.0.0.0.

external_ipv4_blocks
Required  

List of NSX External IPv4 Blocks currently configured with the project.

This property was added in vSphere API 9.0.0.0.

boolean
default_project
Required  

true if this Project is the default Project in NSX, false otherwise.

This property was added in vSphere API 9.0.0.0.

vpc_connectivity_profiles
Required  

VPC Connectivity Profile under this project.

This property was added in vSphere API 9.0.0.0.